projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5671c32
)
Fix insertion of edited servers in the dribble file
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 4 Mar 2016 11:52:26 +0000
(11:52 +0000)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 4 Mar 2016 11:52:26 +0000
(11:52 +0000)
* lisp/gnus/gnus-srvr.el (gnus-server-update-server): Don't
insert explicit newlines, because they're quoted (bug#22903).
lisp/gnus/gnus-srvr.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-srvr.el
b/lisp/gnus/gnus-srvr.el
index 35a38826a2c1569129cc769921507c6f344cfa46..30c7debc8e5118f6b64266b25945aa95379e5919 100644
(file)
--- a/
lisp/gnus/gnus-srvr.el
+++ b/
lisp/gnus/gnus-srvr.el
@@
-387,7
+387,7
@@
The following commands are available:
(when entry
(gnus-dribble-enter
(concat "(gnus-server-set-info \"" server "\" '"
- (gnus-prin1-to-string (cdr entry)) ")
\n
")
+ (gnus-prin1-to-string (cdr entry)) ")")
(concat "^(gnus-server-set-info \"" (regexp-quote server) "\"")))
(when (or entry oentry)
;; Buffer may be narrowed.